projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af4089
)
(syms_of_textprop): Set up Lisp fn get-char-property.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 05:29:50 +0000
(
05:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 05:29:50 +0000
(
05:29
+0000)
src/textprop.c
patch
|
blob
|
history
diff --git
a/src/textprop.c
b/src/textprop.c
index 938cc8059c62cf7fc409b5a0d84d52817fc85d6b..8778e8d14386e4cc5b45f254aeede2a0637594c1 100644
(file)
--- a/
src/textprop.c
+++ b/
src/textprop.c
@@
-1370,6
+1370,7
@@
percentage by which the left interval tree should not differ from the right.");
defsubr (&Stext_properties_at);
defsubr (&Sget_text_property);
+ defsubr (&Sget_char_property);
defsubr (&Snext_property_change);
defsubr (&Snext_single_property_change);
defsubr (&Sprevious_property_change);